home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of the Best 2
/
Best Of The Best Vol 2.iso
/
games
/
disk498
/
hrs_inst.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-25
|
1KB
|
38 lines
Echo off
IF '%1'=='C' GOTO Start
IF '%1'=='D' GOTO Start
IF '%1'=='E' GOTO Start
:Start
cls
echo.
echo ┌─────────┐
echo ┌─────┴───┐ │ Explore The World of Software Inc.
echo ──────│ │o │─────────────────────────────────────────────
echo │ ┌─────┴╨──┐ │ Trading As: HRS Software Club.
echo │ │ │─┘ 145 Royal Crest Court, Unit 11
echo └───│ o │ Markham, Ontario. L3R 9Z4
echo ──────────│ ║ │───────────────────────────────────────────────
echo └────╨────┘ Bus (905) 477-4144 Fax (905) 470-9916
echo.
echo ╔═══════════════════════════════════════════════════════════════╗
echo ║ Installing Program Please Wait ║
echo ╚═══════════════════════════════════════════════════════════════╝
MD %1:\nhl
copy *.* %1:\nhl
%1:
cd\nhl
cls
echo.
echo.
echo ╔═════════════════════════════════════════════════════╗
echo ║ Thank You For Exploring The World Of Software ║
echo ╚═════════════════════════════════════════════════════╝
echo ╔═══════════════════════════════════════════════════════════════════════╗
echo ║ Installation Completed to Run Program Escape Installation Menu ║
echo ║ go to Drive Installed on and type: HRS ( Press ENTER Key ) ║
echo ╚═══════════════════════════════════════════════════════════════════════╝
echo.
pause
echo.
Exit